-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRVKP-4014: Pull tasks from the tekton ecosystem catalog #2127
Conversation
Hi @Aneesh-M-Bhat. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
The following is the coverage report on the affected files.
|
41c5b65
to
2ee9f35
Compare
The following is the coverage report on the affected files.
|
2ee9f35
to
f70017a
Compare
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aneesh-M-Bhat Please update the release notes
LGTM 👍 |
LGTM |
Only thing i feel is missing, to add role for all users to get and list task in |
also the images that we want to replace, should we add in config.yaml file? |
Also the param field |
Now ecosystem tasks don't expose any param to replace images |
f70017a
to
ee71a57
Compare
The following is the coverage report on the affected files.
|
It is only about what is exposed, we may want to replace them in steps also. But if that is the case, we dont need prefix and tanformer then |
ee71a57
to
0fd6196
Compare
The following is the coverage report on the affected files.
|
0fd6196
to
f81080b
Compare
cmd/openshift/operator/kodata/tekton-addon/addons/07-ecosystem/rolebinding.yaml
Show resolved
Hide resolved
cmd/openshift/operator/kodata/tekton-addon/addons/07-ecosystem/rolebinding.yaml
Outdated
Show resolved
Hide resolved
The following is the coverage report on the affected files.
|
f81080b
to
c3b538a
Compare
/approve cc @jkandasa have a look once more on final version |
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkandasa, piyush-garg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aneesh-M-Bhat can you also update the release note to include resolverTasks
Added new Addon field "resolverTasks" to support populating tasks in openshift-pipelines namespace with tasks similar to the current clusterTasks.
['task-s2i-ruby']='0.3.1' | ||
['task-skopeo-copy']='0.3.1' | ||
['task-tkn']='0.1.0' | ||
['task-buildpacks']='0.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should ship task-buildpacks because today we don't have such tasks in ClusteTasks cc @vdemeester
/test pull-tekton-operator-integration-tests |
Changes
Release Notes